home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 778 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.3 KB

  1. Path: DB.Stanford.EDU!ark
  2. From: ark@DB.Stanford.EDU (Arthur Keller)
  3. Newsgroups: comp.lang.c++,comp.databases
  4. Subject: Re: C++ & Databases
  5. Date: 7 Jan 1996 01:34:07 GMT
  6. Organization: Computer Science Department, Stanford University, CA, USA
  7. Message-ID: <4cn7uf$li2@Radon.Stanford.EDU>
  8. References: <kitk.2044.000A5134@mudshark.sunquest.com> <4chp4d$1c4@ixnews8.ix.netcom.com> <4cjn9p$qjd@services.analogy.com>
  9. NNTP-Posting-Host: db.stanford.edu
  10.  
  11. ren.eng@ix.netcom.com(Renaissance Engineer ) wrote:
  12. >Does anyone know of any good development environments for linking C++
  13. >to SQL databases?  (beyond the standard MFC routines)?
  14. >
  15. >Does anyone have any experience with Integra Business Application
  16. >Builder?
  17.  
  18. Persistence from Persistence Software supports C++ access to
  19. relational databases.  You need to think not only about language
  20. issues but also about performance issues.  Persistence's caching
  21. technology allows C++ programs to access data fetched into memory
  22. without having to go to disk.  This can result in orders of magnitude
  23. improvement over disk access.  Access to the database using
  24. Persistence is only about 10% slower than direct SQL access.
  25.  
  26. For more info, contact Persistence at http://www.persistence.com
  27. or info@persistence.com or +1(415)341-7733.
  28.  
  29. Arthur Keller
  30. Stanford University
  31. and
  32. Consultant to Persistence Software
  33.  
  34.